[XEND] Comments cleanups
authorAlastair Tse <atse@xensource.com>
Thu, 5 Oct 2006 16:29:20 +0000 (17:29 +0100)
committerAlastair Tse <atse@xensource.com>
Thu, 5 Oct 2006 16:29:20 +0000 (17:29 +0100)
Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/XendAPI.py

index ab53d1bfef64a81d3449929b6058aa0515e1a699..4b9a3b26c378526220d39ef6cbf8e61cf6390e4f 100644 (file)
@@ -176,7 +176,7 @@ class XendAPI:
     used via XMLRPCServer.
 
     All methods that need a valid session are marked with
-    a L{XendAuthManager.ession_required} decorator that will
+    a L{XendAuthManager.session_required} decorator that will
     transparently perform the required session authentication.
 
     We need to support Python <2.4, so we use the old decorator syntax.
@@ -282,7 +282,7 @@ class XendAPI:
 
     # Xen API: Class Session
     # ----------------------------------------------------------------
-    # Left unwrapped by __init__
+    # NOTE: Left unwrapped by __init__
 
     Session_attr_ro = ['this_host', 'this_user']
     Session_methods = ['logout']